home *** CD-ROM | disk | FTP | other *** search
/ Internet Surfer 2.0 / Internet Surfer 2.0 (Wayzata Technology) (1996).iso / pc / text / mac / faqs.359 < prev    next >
Text File  |  1996-02-12  |  28KB  |  538 lines

  1. Frequently Asked Questions (FAQS);faqs.359
  2.  
  3.  
  4.  
  5. Miscellaneous:
  6.  
  7.    ftp.csrl.aoyama.ac.jp:
  8.            YY/     YY window toolkit sources
  9.            Lisp/   several common lisp sources, including MIT's FRL.
  10.  
  11.    RRL (Rewrite Rule Laboratory) -- herky.cs.uiowa.edu:public/rrl
  12.    [128.255.28.100]
  13.  
  14.    PLisp - A Common Lisp front end to Postscript. This translates many
  15.    Common Lisp functions to postscript as well as manage the environment
  16.    and many lispisms (&optional and &rest arguments, multiple values,
  17.    macros, ...).  Available via anonymous ftp in pub/plisp/plisp.tar.Z on
  18.    nebula.cs.yale.edu (128.36.13.1). Written by John Peterson,
  19.    peterson-john@cs.yale.edu.
  20.  
  21.    RegExp is an extension to Allegro Common Lisp which adds
  22.    regular expression string matching, using the foreign
  23.    function interface. Available by anonymous ftp from
  24.    ai.sri.com:/pub/pkarp/regexp/. Contact pkarp@ai.sri.com
  25.    for more information.
  26.  
  27. ----------------------------------------------------------------
  28. [6-4] Publicly Redistributable Scheme Software
  29.  
  30.    SLIB is a portable scheme library that provides compatibility and
  31.    utility functions for many of the standard scheme implementations,
  32.    including ELK 1.5, GAMBIT, MITScheme, scheme->C, Scheme48, T3.1 and Scm4a.
  33.    It is available by anonymous ftp from
  34.       altdorf.ai.mit.edu:archive/scm/slib1c2.tar.Z
  35.       nexus.yorku.ca:pub/scheme/new/slib1c2.tar.Z
  36.  
  37.    TEST.SCM is an IEEE and R4RS conformance test suite.  It is available
  38.    from altdorf.ai.mit.edu:archive/scm/test.scm
  39.    and nexus.yorku.ca:pub/scheme/new/test.scm
  40.  
  41.    PSD (Portable Scheme Debugger) is available by anonymous ftp
  42.    from Tampere University of Technology, Finland,
  43.       cs.tut.fi:/pub/src/languages/schemes/psd.tar.Z
  44.    With PSD, you can run a Scheme program in an Emacs buffer, set
  45.    breakpoints, single step evaluation and access and modify the
  46.    program's variables. It works by instrumenting the original source
  47.    code, so it should run with any R4RS compliant Scheme. It has been
  48.    tested with SCM and Elk 1.5, but should work with other Schemes with a
  49.    minimal amount of porting, if at all. Includes documentation and
  50.    user's manual. Written by Pertti Kellom\"aki, pk@cs.tut.fi
  51.  
  52.    A bibliography of work in functional programming can be obtained by
  53.    anonymous ftp from tamdhu.dcs.st-andrews.ac.uk:/pub/staple/pubs.txt
  54.    (138.251.192.40). It uses a refer-like format with %T for title, %A
  55.    for authors %I for a unique index entry %S for source (possibly a
  56.    reference to another index) %K for keywords and %C for comments.
  57.    Compiled by Tony Davie, <ajtd@honey.st-and.ac.uk>.
  58.  
  59.    Scheme Utilities -- brokaw.lcs.mit.edu:/pub/scmutils.tar  18.30.0.33
  60.    [This collection seems to no longer be located on brokaw -- does
  61.    anybody know the current location?]
  62.  
  63.    A collection of Scheme implementations of data structures and
  64.    algorithms is available by anonymous ftp from cs.tut.fi in the
  65.    directory /pub/src/languages/schemes/as the file scheme-algorithms.tar.
  66.    For more information, contact Pertti Kellom\"aki <pk@cs.tut.fi>.
  67.  
  68. ----------------------------------------------------------------
  69. [6-5] How can I use the X Window System or other GUIs from Lisp?
  70.  
  71. There are several GUI's and Lisp interfaces to the X Window System. Mailing
  72. lists for these systems are listed in the answer to question [4-7].
  73. Various vendors also offer their own interface-building packages.
  74.  
  75.    CLX provides basic Common Lisp/X functionality. It is a de facto standard
  76.    low-level interface to X, providing equivalent functionality to XLib, but
  77.    in Lisp. It is also a good source for comparing the foreign function calls
  78.    in various Lisps. Does *not* depend on CLOS.  Available free as part of the
  79.    X release in the contrib directory.  Also available form
  80.    export.lcs.mit.edu:/contrib as the files CLX.Manual.tar.Z and
  81.    CLX.R5.02.tar.Z. Primary Interface Author: Robert W. Scheifler
  82.    <rws@zermatt.lcs.mit.edu> Send bug reports to bug-clx@expo.lcs.mit.edu.
  83.  
  84.    CLIM (Common Lisp Interface Manager) is a GUI originally developed by
  85.    Symbolics and International Lisp Associates, and now under joint
  86.    development by several Lisp vendors, including Symbolics, Apple, Franz,
  87.    Harlequin and Lucid. It is intended to be a portable analogue of Symbolics
  88.    UIMS (Dynamic Windows, Presentations Types). It runs on Symbolics Lisp
  89.    Machines; Allegro and Lucid on several Unix platforms; Symbolics CLOE on
  90.    386/486 IBM PCs running Windows; and MCL on Apple Macintoshes.  It is *not*
  91.    free, and with the exception of Macintoshes, if it is available it
  92.    can be purchased from the vendor of the Lisp system you are using.
  93.    For the Macintosh version write to the ILA:
  94.         International Lisp Associates, 114 Mt. Auburn St.,
  95.         Cambridge, MA 02138, 617-576-1151
  96.         Contact: Dennis Doughty - Doughty@ILA.com
  97.  
  98.         International Lisp Associates, 898 Windmill Park Road,
  99.         Mountain View, CA 94043, 1-800-477-CLIM
  100.         Contact: Bill York - York@ILA.com
  101.    The CLIM 2.0 SPECIFICATION is available by anonymous ftp from
  102.    ftp.uunet.net:vendor/franz/clim.ps.Z.
  103.  
  104.    CLUE (Common Lisp User-Interface Environment) is from TI, and extends CLX
  105.    to provide a simple, object-oriented toolkit (like Xt) library that uses
  106.    CLOS. Provides basic window classes, some stream I/O facilities, and a few
  107.    other utilities. Still pretty low level (it's a toolkit, not widget
  108.    library).  Available free by anonymous ftp from csc.ti.com:pub/clue.tar.Z
  109.    Written by Kerry Kimbrough. Send bug reports to clue-bugs@dsg.csc.ti.com.
  110.  
  111.    CLIO (Common Lisp Interactive Objects) is a GUI from the people who created
  112.    CLUE. It provides a set of CLOS classes that represent the standard
  113.    components of an object-oriented user interface -- such as text, menus,
  114.    buttons, scroller, and dialogs.  It is included as part of the CLUE
  115.    distribution, along with some packages that use it, both sample and real.
  116.  
  117.    Allegro Common Windows provides a front end to CLX. Uses CLOS.
  118.    It is *not* free. Contact info@franz.com for more information.
  119.  
  120.    The LispWorks Toolkit is an extensible CLOS-based widget set that uses
  121.    CLX and CLUE. The LispWorks programming environment has been written
  122.    using the toolkit and includes: an Emacs-like editor, listener,
  123.    debugger, profiler, and operating system shell; browsers/graphers for
  124.    classes, generic functions, processes, windows, files, compilation
  125.    errors, source code systems, and setting LispWorks parameters; and an
  126.    interactive interface builder and complete online hypertext
  127.    documentation. Contact: lispworks-request@harlqn.co.uk
  128.  
  129.    CLM (Common Lisp Motif) and GINA (Generic Interactive Application) and IB
  130.    (Interface Builder). CLM runs Motif widgets in a separate C process, with
  131.    minimal work on the Lisp side and communicates between C and Lisp using TCP
  132.    sockets. Runs in Allegro CL, Sun CL, and Symbolics Genera. GINA uses CLOS.
  133.    Available free in the X contrib directory or by anonymous ftp from either
  134.    export.lcs.mit.edu:/contrib or ftp.gmd.de:/gmd/gina [129.26.8.90] as the
  135.    files CLM+GINA.README, CLM2.2.tar.Z and GINA2.2.tar.Z.  CLM was written by
  136.    Andreas Baecker <baecker@gmdzi.gmd.de>, GINA by Mike Spenke
  137.    <spenke@gmdzi.gmd.de>, and IB by Thomas Berlage <berlage@gmdzi.gmd.de>.
  138.    Contact Mike Spenke for more info. To be added to the mailing list, send
  139.    a message to gina-users-request@gmdzi.gmd.de.
  140.  
  141.    EW (Express Windows) is intended to mimic Symbolics' Dynamic Windows user
  142.    and programmer interfaces. It is available free in the ew/ subdirectory of
  143.    the Lisp Utilities repository.  It is no longer under active development.
  144.    Runs on Sun/Lucid, Franz Allegro, and Symbolics. Should port easily to
  145.    other Lisps with CLX.
  146.    Written by Andrew L. Ressler <aressler@oiscola.columbia.ncr.com>.
  147.  
  148.    Garnet is a large and flexible GUI. Lots of high-level features.  Does
  149.    *not* depend on CLOS, but does depend on CLX. Garnet (version 2.0 and
  150.    after) is now in the public domain, and has no licensing restrictions,
  151.    so it is available to all foreign sites and for commercial uses.
  152.    Detailed instructions for obtaining it by anonymous ftp are available
  153.    by anonymous ftp from a.gp.cs.cmu.edu [128.2.242.7] as the file
  154.    /usr/garnet/garnet/README.  Garnet includes the Lapidiary interactive
  155.    design tool, C32 constraint editor, spreadsheet object, Gilt
  156.    Interface Builder, automatic display management, two
  157.    widget sets (Motif look-and-feel and Garnet look-and-feel), support for
  158.    gesture recognition, and automatic constraint maintenance, application
  159.    data layout and PostScript generation. Runs in virtually any Common
  160.    Lisp environment, including Allegro, Lucid, CMU, and Harlequin Common
  161.    Lisps on Sun, DEC, HP, Apollo, IBM 6000, and many other machines.
  162.    Garnet helps implement highly-interactive, graphical, direct
  163.    manipulation programs for X/11 in Common Lisp.  Typical applications
  164.    include: drawing programs similar to Macintosh MacDraw, user interfaces
  165.    for expert systems and other AI applications, box and arrow diagram
  166.    editors, graphical programming languages, game user interfaces,
  167.    simulation and process monitoring programs, user interface construction
  168.    tools, CAD/CAM programs, etc. Contact Brad Myers (bam@a.gp.cs.cmu.edu)
  169.    for more information. Bug reports and administrative questions:
  170.    garnet@cs.cmu.edu. Garnet is discussed on the newsgroup comp.windows.garnet.
  171.  
  172.    LispView is a GUI written at Sun that does not use CLX.  Instead it
  173.    converts Xlib.h directly into Lucid foreign function calls. It is intended
  174.    to be fast and tight. Uses CLOS.  Available for anonymous ftp from
  175.       export.lcs.mit.edu:contrib/lispview1.1 and
  176.       xview.ucdavis.edu:pub/XView/LispView1.1
  177.    Includes a general-purpose 2D grapher library.
  178.    Written by Hans Muller (hmuller@sun.com). Runs in Sun CL and Lucid CL.
  179.    Direct questions about the source provision to lispview@Eng.Sun.Com.
  180.  
  181.    WINTERP (Widget INTERPreter) was developed at HP and uses the Xtoolkit and
  182.    Motif widget set. It is based on David Betz's XLISP interpreter, which is a
  183.    small subset of Common Lisp that runs on IBM PCs. Runs on DecStation 3100,
  184.    HP9000s, Sun3, Sparcs.  It is a free-standing Lisp-based tool for setting
  185.    up window applications. Available free in X contrib directory, or by
  186.    anonymous ftp from export.lcs.mit.edu:contrib/winterp-???.tar.Z where ???
  187.    is the version number.  If you do not have Internet access you may request
  188.    the source code to be mailed to you by sending a message to
  189.    winterp-source%hplnpm@hplabs.hp.com or hplabs!hplnpm!winterp-source.
  190.    Contact Niels Mayer mayer@hplabs.hp.com for more information.
  191.  
  192.    ftp.csrl.aoyama.ac.jp:YY/     YY window toolkit sources
  193.  
  194.    YYonX is a port of the YY system to X windows. Runs in Lucid CL, Allegro
  195.    CL, and Symbolics Genera. Supports kanjii.  Developed at Aoyama Gakuin
  196.    University. Available free by anonymous ftp from ftp.csrl.aoyama.ac.jp:YY/
  197.    Written by Masayuki Ida <ida@cc.aoyama.ac.jp>
  198.  
  199.    Picasso is a CLOS based GUI, and is available from
  200.    postgres.berkeley.edu:/pub/Picasso-2.0 It runs on DecStation 3100s, Sun3
  201.    (SunOs), Sun4 (Sparc), and Sequent Symmetry in Allegro CL. The file
  202.    pub/xcl.tar.Z contains X-Common Lisp interface routines. Send mail to
  203.    picasso@postgres.berkeley.edu for more information.
  204.  
  205.    XIT (X User Interface Toolkit) is an object-oriented user interface
  206.    toolkit for the X Window System based on Common Lisp, CLOS, CLX, and
  207.    CLUE. It has been developed by the Research Group DRUID at the
  208.    Department of Computer Science of the University of Stuttgart as a
  209.    framework for Common Lisp/CLOS applications with graphical user
  210.    interfaces for the X Window System.  The work is based on the USIT
  211.    system developed by the Research Group INFORM at the University of
  212.    Stuttgart. Although the system kernel is quite stable, XIT is still
  213.    under active development. XIT can be obtained free by anonymous ftp
  214.    from ifi.informatik.uni-stuttgart.de (129.69.211.1) in the directory
  215.    /pub/xit/.
  216.  
  217. ----------------------------------------------------------------
  218. [6-6] Formatting code in LaTeX
  219.  
  220. SLaTeX is a R4RS-compliant Scheme program that allows you to write
  221. program code "as is" in your LaTeX or TeX source.  It is particularly
  222. geared to the programming languages Scheme and Common Lisp, and has
  223. been tested in Chez Scheme, Common Lisp, MIT C Scheme, Elk, Scheme->C,
  224. SCM and UMB Scheme on Unix; and MIT C Scheme and SCM on MSDOS.  The
  225. formatting of the code includes assigning appropriate fonts to the
  226. various tokens in the code (keywords, variables, constants, data), at
  227. the same time retaining the proper indentation when going to the
  228. non-monospace (non-typewriter) provided by TeX.  SLaTeX comes with two
  229. databases that recognize the standard keywords/variables/constants of
  230. Scheme and Common Lisp respectively.  These can be modified by the
  231. user using easy TeX commands.  In addition, the user can inform SLaTeX
  232. to typeset arbitrary identifiers as specially suited TeX expressions
  233. (i.e., beyond just fonting them).  The code-typesetting program SLaTeX
  234. is available by anonymous ftp from cs.rice.edu as the file
  235. public/slatex.tar.Z. Send bug reports to dorai@cs.rice.edu.
  236.  
  237. ----------------------------------------------------------------
  238. ;;; *EOF*
  239. Xref: bloom-picayune.mit.edu news.lists:2217 news.announce.newusers:946 news.answers:4661
  240. Path: bloom-picayune.mit.edu!enterpoop.mit.edu!hri.com!spool.mu.edu!uunet!zaphod.mps.ohio-state.edu!menudo.uh.edu!sugar!arielle
  241. From: arielle@NeoSoft.com (Stephanie da Silva)
  242. Newsgroups: news.lists,news.announce.newusers,news.answers
  243. Subject: Publicly Accessible Mailing Lists, Part I
  244. Summary: 443 mailing lists in four postings
  245. Message-ID: <1992DecPt1@taronga.com>
  246. Date: 18 Dec 92 23:38:43 GMT
  247. Expires: Fri, 19 Feb 1993 00:00:01 GMT
  248. Reply-To: arielle@taronga.com
  249. Followup-To: arielle@taronga.com
  250. Organization: NeoSoft Communications Services -- (713) 684-5900
  251. Lines: 1211
  252. Approved: arielle@taronga.com
  253. Supersedes: <1992NovPt1@taronga.com>
  254.  
  255. Archive-name: mailing-lists/part1
  256. Original-author: chuq@apple.com (Chuq Von Rospach)
  257. Previous-maintainer: spaf@purdue.edu (Gene Spafford)
  258. Last-change: 19 December 1992 by arielle@taronga.com (Stephanie da Silva)
  259.  
  260.  
  261. [This is the first of four articles on mailing lists.]
  262.  
  263. Quick Summary of Changes
  264. ------------------------
  265.   Added since last list:
  266.     add-parents             AM/FM                   barbershop
  267.     Catholic Doctrine       Dodge Stealth           electromagnetics
  268.     grunge-l                improv                  jargon-helpers
  269.     JudgeNet                lotus-cars              mensatalk
  270.     Modesty Blaise          next-gis                NeXT-icon
  271.     Non Serviam             Planet Yip              racefab
  272.     SATNEWS                 sf-lovers               they-might-be
  273.     UK-RAVE                 utne-salon-list         UUs-L
  274.     Vision                  wetleather              wheel-to-wheel
  275.     xpress-list
  276.  
  277.   Deleted since last list:
  278.     AIDS-stat               dire-straits            edge
  279.     euro-moto               Guns N' Roses           health-ed
  280.     thicva
  281.  
  282.   Changed since last list:
  283.     biosym                  CUSSNET                 home-ed
  284.     exotic-cars             pcgeos-list             zeppelin
  285.     ZForum
  286.  
  287.  
  288. Intro
  289. -----
  290. This is a list of mailing lists available primarily through the
  291. Internet and the UUCP network. A mailing list is different from a
  292. newsgroup because you do not receive anything unless you specifically
  293. request it. To be added to a mailing list, please mail a note to the
  294. contact for that list, listed below.
  295.  
  296. The list does not include any of the many hundreds of lists that are
  297. available through various Bitnet ListServ sites.
  298.  
  299. Some of the lists mentioned may be available as limited-distribution
  300. newsgroups.  Contact the administrator for exact details.
  301.  
  302. Please note the following caveats: publication of a list here does not
  303. guarantee that you will be allowed to join as a member.  That is up to
  304. the moderator and readers, and they have the right to restrict access
  305. to their list as they see fit.  Mailing lists use MUCH less system
  306. overhead on a world-wide basis but do tend to increase loading on the
  307. moderators' machines so the number of people that can be added to a list
  308. may be limited by machine resources as well.
  309.  
  310. In your request to join a list, please include a signature or some
  311. other copy of your mailing address.  DO NOT RELY on your "From:" mail
  312. header arriving unmangled or even vaguely representing what you think
  313. your preferred address is.
  314.  
  315. If you have a list that you want added to this posting, send a request
  316. to arielle@taronga.com.
  317.  
  318.  
  319.             Groups listed in this posting
  320.  
  321.    12step                   30something              386users
  322.    3d                       90210                    ABC
  323.    act-up                   add-parents              adoption
  324.    aeronautics              agenda-users             aids
  325.    algeria-net              alife                    Alspa
  326.    alternates               Amazons International    amend2
  327.    America                  AM/FM                    AMOS
  328.    anneal                   apc-open                 apE-info
  329.    argentina                artist-users             AR-News
  330.    AR-Talk                  Art of Noise             att-pc+
  331.    autox                    Aviator                  backstreets
  332.    bagpipe                  bahai-faith              balloon
  333.    ballroom                 barbershop               Basic programming
  334.    bbones                   bears                    BETA
  335.    Between-the-lines        big-DB                   bikecommute
  336.    bikepeople               biodiv-l                 biosym
  337.    blackbird                BMW                      brasil
  338.    brass                    bread                    british-cars
  339.    bugs-386bsd              bx-talk                  C-IBM-370
  340.    ca-firearms              cabot                    camelot
  341.    Cards                    catalunya                Catholic
  342.    Catholic-action          Catholic Doctrine        cavers
  343.    cd-forum                 chalkhills               chem-eng
  344.    chem-talk                chessnews                christian
  345.    cisco                    clarissa                 CoCo
  346.    cogneuro                 comix                    Commodore-Amiga
  347.    commune                  concrete-blonde          Counterev-L
  348.    Croatian-News            Cro-News/SCYU-Digest     cryonics
  349.    ctf-discuss              Cthulu                   ctree
  350.    CUSSNET                  cyberpunkRPG             CZ
  351.    dark-shadows             datsun-roadsters         DDTs-users
  352.    dead-runners             Decision Power           decstation-managers
  353.    derby                    deryni-l                 deviants
  354.    DGRD                     dirt-users               disney-afternoon
  355.    disney-comics            Dodge Stealth            Dokken/Lynch Mob
  356.    Donosy                   drwho-spoilers           DSA-LGB
  357.    Dual-personalities       DVI-List                 echoes
  358.    ECTL                     electromagnetics         elements
  359.    ELP                      Elvis Costello           empire-list
  360.    Emplant                  EMPLOY                   emtex-user
  361.    Episcopal                Epoch Users Forum        esperanto
  362.    ethology                 Excelsior!               exhibitionists
  363.    exotic-cars              Extropians               f-body
  364.    f-mac                    Fall                     FASE
  365.    femail                   feminism-digest          ferrets
  366.    Fiction-Writers          filmmakers               firearms
  367.    flamingo                 flashlife                Flat-Fields
  368.    FM-10                    folk-dancing             FoxPro
  369.    framers                  freaks                   fsp-discussion
  370.    fsuucp                   funky-music              fuzzy-ramblings
  371.    gender                   glove-list               godlygraphics
  372.    golden                   gnu-manual               GRASS
  373.    grunge-l                 GSP-List                 gug-sysadmins
  374.    Gunk'l'dunk              gymn                     handicap
  375.    hang-gliding             Harleys                  hey-joe
  376.    Holocaust Information    homebrew                 home-ed
  377.    horse                    hotrod                   huskers
  378.    hyperami                 hyperbole                IB
  379.    IBDlist                  iclinfo                  IDOL
  380.    immune                   improv                   impulse
  381.    info-aids                info-altos               info-ccc
  382.    info-encore              info-fortune             info-gnu
  383.    info-high-audio          info-honda               info-ingres
  384.    Info-PGP                 info-prime               info-solbourne
  385.    info-stratus             info-tahoe               info-vm
  386.    informix-list            interest-groups          Int'l Trade & Commerce
  387.    Internet Radio Journal   InterText                ipsc-managers
  388.    irchat                   isdn                     italian-cars
  389.    iti151                   janes-addiction          jargon-helpers
  390.    jewish                   jpop                     JudgeNet
  391.    jump-in-the-river        khoros                   killifish
  392.    kites                    Kurt Goedel Society      Kuharske Bukve
  393.    lang-lucid               lasnet                   lds
  394.    Learning List            liberal-judaism          libernet
  395.    LickVista                life-talking             Lightwave
  396.    Linda                    Linux-Activists          List-Managers
  397.    Llajta                   Logo                     lojban
  398.    lotus-cars               lute                     MachTen
  399.    macgyver                 mac-security             magic
  400.    manchester               mardi-gras               martial-arts
  401.    Masonic Digest           MasPar                   Matlab
  402.    mazda-list               MC68HC11                 medphys
  403.    Melissa Etheridge        melrose-place            men
  404.    mensatalk                miata                    military
  405.    miniatures               Minor League Baseball    model-horse
  406.    Modesty Blaise           mr2-interest             MST3K
  407.    mtxinu-users             MUD                      Multicast
  408.    Music-Research           musicals                 mustangs
  409.    mystery                  NA-Net                   NativeNet
  410.    navnews                  Ncube                    NERaves
  411.    Nerdnosh                 netblazer-users          NetJam
  412.    Network-audio-bits       neuron                   newlists
  413.    NewsCom                  next-gis                 NeXT-icon
  414.    Non Serviam              nordic-skiing            nqthm-users
  415.    ntp                      nucmed                   numeric-interest
  416.    nwu-sports               objc                     objectivism
  417.    objectivism-philosophy   ODA                      offroad
  418.    Oglasna Deska            oh-motss                 on-this-day
  419.    on-u                     operlist                 orienteering
  420.    origami                  oysters                  pagan
  421.    Papa                     pc532                    pcgeos-list
  422.    pdp8-lovers              People of the South Wind Peru
  423.    ph7                      pharm                    physics
  424.    picasso-users            pipes                    Pisma Bralcev
  425.    pkd-list                 Planet Yip               POET
  426.    POP                      porschephiles            posix-ada
  427.    posix-testing            prion                    PRL
  428.    Prog-Pubs                Progress                 proof-users
  429.    pubnet                   qn                       Quanta
  430.    quattro                  Queen                    race
  431.    racefab                  recovery                 REM
  432.    rockhounds               RokPress                 romanians
  433.    rune-quest               rush                     S-news
  434.    sappho                   SATNEWS                  sca
  435.    sca-west                 scoann                   scogen
  436.    scoodt                   scribe                   SDAnet
  437.    Secular Humanist Group   security                 sf-lovers
  438.    siege                    SFRaves                  SkillsBank
  439.    smail3-users             smail3-wizards           Smallmusic
  440.    smiths-fans              Societies                Software Entrepreneurs
  441.    sonify                   sports-cards             SQL-sybase
  442.    stagecraft               stardent-users           Star Fleet Battles
  443.    stormbringer             stormcock                sun-386i
  444.    sun-managers             sun-nets                 sysops
  445.    t3                       tadream                  Talon-Eclipse-Laser
  446.    tandem                   tandy4k                  tcad
  447.    tcp-group                tears4-fears             tekumel
  448.    TeleUSErs                Testing-Archive          Testing-Research
  449.    theatre                  they-might-be            think-c
  450.    thunderbird              tinymuck-sloggers        tinymush-programmers
  451.    toad                     TolkLang                 torg
  452.    towers                   toyota                   transputer
  453.    traveller                tx-firearms              uk-hockey
  454.    uk-motss                 UK-RAVE                  ultralite-list
  455.    Unisys                   United We Stand          UPS-alumni
  456.    uruguay                  usenet-oracle            utne-salon-list
  457.    UUG-dist                 UUs-L                    vampire
  458.    vanguard                 vettes                   vintage
  459.    Vision                   VMEbus                   volvo
  460.    Vreme News Digest        wais-discussion          wais-talk
  461.    walkers-in-darkness      wargames                 warhammer
  462.    weights                  wetleather               wheel-to-wheel
  463.    whitewater               wildnet                  windsurfing
  464.    Word-Mac                 wxsat                    x-ada
  465.    XGKS                     xopen-testing            xpress-list
  466.    XVT                      yello                    Yes/ABWH
  467.    Yiddish                  YSN                      Z-cars
  468.    zeppelin                 ZForum
  469.  
  470.  
  471.             Specific Information on Groups
  472.  
  473. 12step
  474.     Contact: suhre@trwrb.dsd.trw.com  (Maurice Suhre)
  475.  
  476.     Purpose: To discuss/share experiences about 12 step programs
  477.     such as Alcoholics Anonymous, Overeaters Anonymous, Alanon,
  478.     ACA, etc.  Questions will also be answered.  Please include a
  479.     phone number in case of trouble establishing an e-mail path.
  480.  
  481. 30something
  482.     Contact: 30something-request@fuggles.acc.virginia.edu (Marc Rouleau)
  483.  
  484.     Purpose:  Discussion of the TV show by the same name, including
  485.     actors, episodes, plots, characters, etc.
  486.  
  487. 386users
  488.     Contact: 386users-request@udel.edu (William Davidsen, Jr.)
  489.  
  490.     Purpose:  Topics are 80386 based computers, and all hardware and
  491.     software which is either 386-specific or which has special interest
  492.     on the 386.
  493.  
  494. 3d
  495.     Contact: 3d-request@bfmny0.bfm.com (Tom Neff)
  496.  
  497.     Purpose: Discussion of 3-D (stereo) photography. General info,
  498.     hints, experiences, equipment, techniques, and stereo
  499.     "happenings."  Anyone interested is welcome to join.
  500.  
  501. 90210
  502.     Contact: 90210-request@ferkel.ucsb.edu (Jim Lick)
  503.  
  504.     Purpose: Discussion of the Fox TV show "Beverly Hills, 90210."
  505.  
  506. ABC
  507.     Contact: abc-list-request@cwi.nl (Steven Pemberton)
  508.  
  509.     Purpose: Discussion of the ABC Programming Language and its
  510.     implementations. Information on ABC is available in "The ABC
  511.     Programmer's Handbook", Leo Geurts et.al, Prentice Hall 1990; "An
  512.     Alternative Simple Language and Environment for PCs", Steven
  513.     Pemberton, IEEE Software, Vol. 4, No. 1, January 1987, pp. 56-64.;
  514.     by ftp from mcsun.eu.net, file
  515.     programming/languages/abc/abc.intro; and by mail-server from
  516.     info-server@hp4nl.nluug.nl: send two-line message: "request
  517.     programming/languages/abc" "topic abc.intro".
  518.  
  519. act-up
  520.     Contact: act-up-request@world.std.com (Lenard Diggins)
  521.  
  522.     Purpose: act-up was set up for the discussion of the work being
  523.     done by the various act-up chapters worldwide, to announce events,
  524.     to exchange ideas related to aids activism, and, more broadly, to
  525.     discuss the politics of AIDS and health care.
  526.  
  527. add-parents
  528.     Contact: LISTSERV@n7kbt.rain.com
  529.  
  530.     Purpose: For providing support and information to parents of
  531.     children with Attention Deficit/Hyperactivity Disorder.
  532.     To subscribe, send mail to LISTSERV@n7kbt.rain.com with a
  533.     message body of this form:
  534.     subscribe add-parents <full name>
  535.  
  536. adoption
  537.     Contact: adoption-request@think.com
  538.